@font-face { 
  font-family: 'fontstuck';
  src: url('/fonts/fontstuck.otf');
  font-weight: normal;
  font-style: normal;
}

body {
    background-color: white;
    background-image: url('/erbsen/hintergrund.png');
    background-attachment: fixed; 
    color: black;
    font-family: 'Verdana';
}

a:link, a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}      
a:hover, a:active {
  background-color: transparent;
  text-decoration: underline;
}

h1 {text-align: center;}
h2 {text-align: center;
    font-family: 'fontstuck';
}
h3 {text-align: center;}
h4 {text-align: center;}
h5 {text-align: center;}

p {text-align: center;}

div {text-align: center;}
.a {background-color:#FFF4A3;
      width: 400px;
      margin: auto}
.b {background-color:#bbffa3;
      width: 400px;
      margin: auto}
.c {background-color:#caa3ff;
      width: 400px;
      margin: auto}